@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}



body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-image: url(../img/bg/fondo18.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	
	
	}
#contenitore {
	/* [disabled]min-width: 12.5em; */
	max-width: 67.5em;
	margin-left: auto;
	margin-right: auto;
	background-color: #E6E6E6;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}
#contenitore #intestazione img {
	padding-top: 1em;
	padding-bottom: 0.375em;
	padding-left: 0em;
	width: 25%;
}


#menu a.pagsel{
	background-color: #595959;
}


#menu ul{
	list-style: none;
}

#menu ul li {
	float: left;
	position: relative;
	width: 16.66%;
	background: #9C9C9C;
	font-size: medium;
}

#menu ul li a {
	display: block;
	padding-top: 0.626em;
	padding-right: 1.25em;
	padding-left: 1.25em;
	padding-bottom: 0.625em;
	color: #EBEBEB;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1em;
}

#menu ul li ul {
	display: none;
	position: absolute;
}
#menu li ul li {
	width: 100%;
}


#menu ul li a:hover{
	background: #595959;
}
#menu ul li:hover > ul  {
	display: block;
	z-index: 8;
}	




#contenitore #menu .theme-default {
	z-index: 1;
}

figure figcaption    {
	text-align: right;
	font-size: 1em;
	padding-right: 23px;
}





#contenitore #footer {
	background-color: #595959;
	color: #CFCFCF;
	padding-top: 0.687em;
	padding-right: 0.687em;
	padding-bottom: 0.687em;
	padding-left: 0.687em;
	font-size: 1em;
}



#footer p a {
	color: #CFCFCF;
	text-decoration: none;
}


.img_sx{
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 0px;
	}
.img_dx{
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 4px;
	margin-bottom: 0px;
	}
tbody tr td {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}



#contenitore div img {
	-webkit-box-shadow: 8px 8px 17px 3px #686666;
	box-shadow: 8px 8px 17px 3px #686666;
	margin-top: 1em;
	margin-bottom: 4em;
	width: 37.625em;
	margin-right: 1.5em;
}
#contenitore div {
	background-color: #626262;
	
}

#contenitore #evento1 table {
	max-width: 100%;
	padding-top: 16px;
	padding-bottom: 0px;
}


table.center {
	/* [disabled]margin-left: 2em; */
	/* [disabled]margin-right: 2em; */
	/* [disabled]margin-top: 2em; */
	/* [disabled]margin-bottom: 0em; */
  }
tr td p {
	color: #E9E9E9;
	font-style: italic;
	font-size: xx-large;
	clear: left;
	float: none;
	background-color: #9C1518;
}
tr td p1 {
	color: #EDEDED;
	text-align: justify;
}
p2  {
	color: #EDEDED;
	font-style: italic;
	text-align: justify;
}
#evento1 div {
	text-align: justify;
	padding-top: 3em;
	padding-right: 3em;
	padding-bottom: 3em;
	padding-left: 3em;
	line-height: 1.5em;
}


tr td table {
	margin-bottom: 3.43em;
	/* [disabled]margin-left: 0px; */
	text-align: justify;
}
figure figcaption a {
	color: #EDEDED;
	text-decoration: none;
}
tr td video {
	width: 38em;
	margin-right: 1.5em;
	margin-bottom: 4em;
}
